@charset "utf-8";
#nav {
    background: #01a4e4;
    border: transparent;
    border-radius: 0;
    height: 56px;
}
.ccimg img {width:90%!important;; height:90%!important; margin:0 auto; text-align:center }
#nav .nav li.active a{
    background: #01a4e4;
}
#nav .nav li a{
	height: 56px;
	line-height: 56px;
	padding-top: 0;
    color: #ffffff;
}


#nav .navbar-form{
	width: 312px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	color: #fff;
	margin-top: 6px;
}
#nav .navbar-form .form-group .form-control{
	width: 248px;
	height: 38px;
	margin: 1px 0;
	color: #fff;
	background: #01a4e4;
	border: transparent;
	outline: none;
	box-shadow: none;
}
#nav .navbar-form .form-group .form-btn {
	border: none;
	background: #01a4e4;
	text-align: center;
	outline: none;
}
#nav .navbar-form .form-group .form-btn i{
	top: 4px;
}
#search .navbar-form .form-group{
	border: 2px solid #01a4e4;
	height: 42px;
	border-radius: 20px;
}
#search .navbar-form .form-control {
	float: left;
	width: 86%;
	height: 30px;
	border-radius: 0;
	border: transparent;
	margin-left: 10px;
	margin-top: 4px;
	outline: none;
	box-shadow: none;

}
#search .navbar-form .form-group i{
	color: #01a4e4;
}
#search .navbar-form .form-btn {
	border: none;
	background: transparent;
	margin-top: 10px;
}

/*#eqpt .eqpt-con .eqpt-img-box {
	padding: 10px;	
    -webkit-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    transition: box-shadow 1s;
}

#eqpt .eqpt-con .eqpt-img {
	width: 243px;
	height: 243px;
	position: relative;
	overflow: hidden;
    margin: 0 auto;
}*/
/*#eqpt .eqpt-con .eqpt-img span{
	position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    background: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#eqpt .eqpt-con .eqpt-img img{
	width: 100%;
	height: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#eqpt .eqpt-info h4{
    margin-top: 20px;
    padding-bottom: 10px;
}
#eqpt .eqpt-info h4 a{
    font-size: 16px;
    color: #333;
}
#eqpt .eqpt-info p {
	font-size: 12px;
    color: #666;
    text-align: left;
}
#eqpt .p-line{
	padding-top: 10px;
}
#eqpt .p-line span{
	background: #01a4e4;
    color: #ffffff;
    line-height: 30px;
    padding-top: 5px;
    padding-left: 16px;
    padding-bottom: 7px;
    padding-right: 15px;
    font-size: 14px;
    border-radius: 20px;
}
#eqpt .eqpt-item:hover .eqpt-img-box {
 box-shadow: #666666 0px 0px 8px;
}
#eqpt .eqpt-item:hover .eqpt-img img {
 -webkit-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
#eqpt .eqpt-item:hover .eqpt-img span {
    background: rgba(255,255,255,.25);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#eqpt .eqpt-item {
	margin-bottom: 40px;
}*/


#adv {
background: url(../image/advantage-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: 50%;
    height: 550px;
    width: 100%;
}
#adv .adv-tec-img{
	width: 120px;
	height: 120px;
	padding: 30px;
    background: #1fb5b9;
    border-radius: 50%;
    margin: 0 auto;
}
#adv .adv-tec-img img{
	width: 100%;
	height: 100%;
}
#adv .adv-con h4{
    color: #fda30e;
    font-size: 18px;
    text-align: right;
    line-height: 30px;
    letter-spacing: 3px;
}
#adv .adv-con p{
    color: #e0dfdf;
    font-size: 14px;
    line-height: 25px;
  
}
#adv .adv-box {
	margin-bottom: 40px;
}
#adv .adv-main .adv-box:nth-of-type(even) p,#adv .adv-main .adv-box:nth-of-type(even) h4{
	text-align: left;
}

#adv .con-title h2:first-child,#about-us .con-title h2:first-child{

    padding-top: 20px;
}
#adv .con-title h2:nth-child(2),#about-us .con-title h2:nth-child(2){
	color: #383535;
}
#service {
	padding-bottom: 40px;
}
#service .service-con .service-con-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
}
#service .service-con .service-con-img img{
	width: 100%;
	height: 100%;
}
#service .service-con .service-con-img .service-con-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    font-size: 12px;
    transform: scale(.85);
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 5px;
    background: rgba(0, 0, 0,0.6);
    border-radius: 50%;
    -webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: transform .3s;
	 -o-transition: transform .3s;
	 transition: transform .3s;
}
#service .service-con .service-con-img:hover .service-con-text{
    -webkit-transform: scale(0);
	 -ms-transform: scale(0);
	 -o-transform: scale(0);
	 transform: scale(0);
}
#service .service-con .service-con-img .service-con-text span{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
#service .service-con .service-cons p{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
    color: #4c4c4c;
}
#service .service-con-box {
	padding: 0 8px;
	margin-bottom: 20px;
}
#about-us {
	background: url(../image/aboutUs_bg.jpg) no-repeat;
	background-size: cover;
    background-attachment: fixed;
    background-position-x: 50%;
    height: 565px;
    width: 100%;
}
#about-us .about-us-con p{
 
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    text-shadow: 0 0 6px #000;
	color: #fdfbfb;
}
#about-us .about-us-con h6{
float: right;
	padding: 5px 15px;		
	border-radius: 100px;		
	background: #fcf8e3;		
	color: #ffffff;    
}

#news {
	padding-bottom: 40px;
}
#news .news-con .news-img {
	/*position: relative;*/
	width: 286px;
	overflow: hidden;
	height: 192px;
}
#news .news-con .news-img .ztm{
	/*margin-top: 67%;*/
}
#news .news-con .news-img img{
/*	position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}
#news .news-wrap {
	padding: 0 0 30px 0px;
	/* overflow: hidden; */
}
#news .news-wrap-l {
	padding-left: 0;
}
#news .news-text{
    /* overflow: hidden; */
}
#news .news-text h3 a{
    color: #01a4e4!important;
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
    /* text-align: center; */
}

#news .news-text p{
    color: #555555;
    font-size: 14px;
    line-height: 25px;
    /* text-align: center; */
    padding-top: 10px;
    margin-bottom: 14px;
}
#news .show-all a {	
	padding: 5px 15px;		
	border-radius: 100px;		
	background: #01a4e4;		
	color: #ffffff;
}
@media (max-width: 768px) { 

	#adv .adv-con h4 {
	    font-size: 14px;
	}
	#adv .adv-con p {
	    font-size: 12px;
	}
	#adv .adv-box {
	    margin-bottom: 10px;
	    padding: 0;
	}
	#adv .adv-tec-img {
	    width: 90px;
	    height: 90px;
	    padding: 20px;
	    margin-top: 20px;
	}
	#adv .adv-con ,#adv .adv-tec{
		padding: 0 2px;
	}
	#adv {
		height: 700px;
	}
	#adv .adv-con p {
	    line-height: 19px;
	}
	#service .service-con .service-con-img {
		width: 110px;
		height: 110px;
	}
	#service .service-con .service-con-img .service-con-text span {
		font-size: 14px;
	}
	#service .service-con .service-cons p {
		font-size: 12px;
	}
	#news .news-con .news-img {
	    width: 140px;
	    overflow: hidden;
	    height: 100px;
	    margin: 0 auto;
	}
	#news .news-text h3 a {
	    font-size: 14px;
	    padding: 4px;
	}
	#news .news-text p {
	    font-size: 12px;
	    line-height: 20px;
	    margin-bottom: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    display:-moz-box;
	    -webkit-line-clamp: 3;
	}
	#news .show-all a {
		font-size: 12px;
	}
	#about-us .about-us-con p {
	    font-size: 12px;
	}

}
@media (min-width: 768px) and (max-width: 991px) { 
	#adv .adv-tec-img {
	    width: 100px;
	    height: 100px;
	}
	#adv .adv-con h4 {
	    font-size: 14px;
	}
	#adv .adv-con p {
	    font-size: 12px;
	}
	#service .service-con .service-con-img {
		width: 160px;
		height: 160px;
	}
	#service .service-con .service-cons p {
	    font-size: 12px;
	}
	#news .news-con .news-img {
	    width: 170px;
	    height: 140px;
	}
	#news .news-text h3 a {
	    font-size: 14px;
	    padding: 0;
	}
	#news .news-text p {
	    font-size: 12px;
	    line-height: 20px;
	    margin-bottom: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
   		padding-top: 4px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px) { 
	
	#news .news-con .news-img {
		width: 230px;
	}
	#news .news-text p {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	}
	#news .news-con .news-img {
	    height: 170px;
	}
}
@media (min-width: 1200px) { 

}
#productd .col-md-6,#productd .col-md-7,#productd .col-md-5,#productd .col-md-4,#productd .col-md-1{
	padding: 0px;
}
#productd .col-md-7 h6{
	font-size: 24px;
	height: 60px;
	
	border-bottom: 1px solid #dedede;
}
#productd .container .col-md-4 .col-md-6{
	
	border: 1px solid #eee;
}
#productd .container .col-md-4 .col-md-6 img{
	width: 95px;
	height: 95px;
}

#productd .forms{
	margin-top: 20px;
}
#productd .forms .forms-bg{
	width: 180px !important;
	background: #01a4e4 !important;
	border: none;
}
#productd .modal-body{
	height: 300px;
	text-align: center;
}
#productd .modal-body p,#productd .modal-body span{
	font-size: 18px;
	color: #999;
}
#productd .col-xs-12 img{
	width: 100%;
}
#productd .modal-body ul li{
	height: 30px;
	line-height: 30px;
	margin: 30px 50px;
}
#productd .homelink img{
 width: 100%;
}

}
#productd .homelink{
	margin: 20px 0;
}
.page{ text-align: center; font-size: 16px; margin:40px auto;}
.page li{ color: #ffffff;float: left;}

.page a,.page b{display: inline-block;padding: 4px 10px;border:1px solid #ccc;margin:0 4px;}
.page b{background: #02b2b5 !important;}
/*关于我们**/
#co {
    padding-top: 20px;
}
#co .co-text p {
    box-sizing: border-box;
    color: #676767;
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 14px;
}
#co .co-img {
    width: 350px;
   
    margin: 0 auto;
}
.img100 img {
max-width: 100%;
}
#co .co-img img {
    width: 90%;
    height: 90%;
 border-radius: 50%;
}
#team {
    background: #e5f1f0;
}
/*#team .team-con-text{
    background: #e5f1f0;
}*/
#team .team-con-text img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
#team .team-con-title h3 {
    color: #221223;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
#team .team-con-title h4 {
    color: #676767;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-family: Microsoft YaHei;
}
#team .team-con-text {
  
}
@media (max-width: 767px) { 
    #co .co-img {
       
        margin: 20px auto;
    }
    #co .co-text p:first-child {
        font-size: 12px;
    }
    #team .team-con-title h3 {
        font-size: 14px;
        text-align: center;
    }
    #team .team-con-title h4 {
        text-align: center;
    }
    #team .team-con-text {
       
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
    #news .news-img {
        height: 190px;
    }
    #co .co-img {
        width: 200px;
        height: 200px;
        margin: 80px auto;
    }
    #team .team-con-text {
        width: 160px;
        height: 200px;
    }

}

@media (min-width: 18px) and (max-width: 701px) { 
    .logo img {
           width: 80%;
    }
    

}

@media (min-width: 992px) and (max-width: 1199px) { 
    #co .co-img {
        width: 230px;
        height: 230px;
        margin: 0 auto;
    }
    #team .team-con-text {
        width: 200px;
        height: 250px;
    }
}


.view-title2 {

    box-sizing: border-box;
    color: #333333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;}
	
	.view-title2 h3 {

   font-size: 24px;
    font-weight: bold;}
	.view-title2 h4 {

      box-sizing: border-box;
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
    line-height: 50px;}	
	
	
	
/*联系我们**/
#map input {
    margin-right: 0!important;
}
#comm {
    margin-bottom: 20px;
}
#comm .view-title {
    margin-bottom: 20px;
}
#comm form>input {
    border: none;
    border-bottom: #afbdbc 2px solid;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    padding-left: 15px;
    color: #221223;
    outline: none;
    width: 48%;
    margin: 0px 12px 30px 0;
}
#comm form>textarea {
    font-size: 16px;
    padding-left: 15px;
    border: none;
    border-bottom: #afbdbc 2px solid;
    color: #221223;
    outline: none;
    resize:none;
    width: 98%;
}
#comm .comm-btn input {
    float: right;
    font-size: 16px;
    color: #ffffff;
    background: #01a4e4;
    width: 100px;
    height: 32px;
    text-align: center;
    padding: 0;
    margin-top: 30px;
    outline: none;
    border: none;
}
#comm .comm-message {
    overflow: hidden;
}
#comm .comm-message ul li{
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 10px;
}
#comm .comm-message ul li>span{
    width: 35px;
    height: 35px;
    background: #337ab7;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 20px;

}
#comm .comm-message ul li>span>img{
    width: 70%;
    background: #337ab7;
    display: block;
    margin: 0 auto;
    transition: .5;
    margin-top: 6px;
}
#comm .comm-message ul li p{
 
    float: left;
	    width: 85%;
}
#comm .comm-message ul li {
    /*height: 35px;*/
    /*line-height: 35px;*/

}
@media (max-width: 767px) { 
    #comm form>input {
        width: 100%;
    }
    .view-title {
        text-align: center;
    }
    #comm .comm-message ul>li>p {
        font-size: 12px;
        float: none;
        line-height: normal;
        padding-top: 4px;
    }
    #comm .comm-btn {
        text-align: center;
    }
    #comm .comm-btn>input {
        float: none;
        margin-bottom: 40px;
    }
    #comm form>textarea {
        width: 100%;
    }

}
@media (min-width: 768px) and (max-width: 991px) { 
/*    #comm form>input {
        width: 100%;
    }*/
    .container {
        padding: 0;
    }
    #comm form>input {
        margin-right: 9%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .container {
        padding: 0;
    }
    #comm .comm-message {
        padding: 0;
    }
    #comm form>input {
        margin: 0px 44px 30px 0;
    }
}
/**新闻页**/
#new .new-img {
    height: 250px;
    overflow: hidden;
}
#new .new-img img{
    width: 100%;
    height: 250px;
}
#new .new-text a span{
    color: #221223;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    line-height: 23px;
}
#new .new-text a {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    line-height: 23px;
    display: block;  
}
#new .new-text a span{
    color: #221223;
    font-size: 18px;

}
#new .new-text p{
    color: #676767;
    line-height: 25px;
    padding-bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom-style: none;
}
#new .new-wrap {
    margin-bottom: 20px;
}
#new {
    padding-bottom: 50px;
}
@media (max-width: 767px) { 
    #new .new-img {
        height: 160px;
    }
    #new .new-text a span {
        font-size: 14px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 10px;
        display: block;
    }
    #new .new-text p {
        font-size: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    #new .new-text a {
        margin-top: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
    #new .new-img {
        height: 190px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    #new .new-img {
        height: 220px;
    }
}
/**产品页面**/
#product .product-set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
}
#product .product-set li{
    margin-left: 7px;
    margin-bottom: 0px;
    margin-right: 7px;
    float: left;
    color: #ffffff;
	overflow: hidden;
}

#product .product-set li a{
	display: block;
    color: #ffffff;
    background: #01a4e4;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}
#product .product-set li .on{
    text-align: center;
    color: #ffffff;
    background: #fda30e;
} 
#product .product-set li a:hover{
	text-align: center;
    color: #ffffff;
    background: #fda30e;
}
#product {
    position: relative;
    top: 0;
    left: 0;
}
#product .product-mb-set{
    position: relative;
}
#product .product-mb-set .icon{ 
    font-size: 18px;
    display: none;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s; 
}
#product .product-mb-menu {
    background: #ffffff;
    border-color: #337ab7;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 20px;
    left: 0;
    display: none;
}
#product .product-mb-menu li {
    width: 100%;
    color: #01a4e4;
    padding-left: 20px;
    clear: both;
    font-size: 14px;
    line-height: 28px;
    color: #0da3b4;
    font-family: microsoft yahei;
    background: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
#product .product-mb-menu li a {
    color: #01a4e4;
}
@media (max-width: 767px) { 
    #product .product-mb-set .icon{
        display: block;
    }
    #product .flex-container {
        display: none;
    }
}
@media  (min-width: 768px) and (max-width: 991px) {     
    #product .product-set {
        width: 740px;
    }
}
/**新闻详细页**/
#details .details-title h2,#details .details-title span{
	padding-bottom: 20px;
}
#details .details-num {
	padding-bottom: 20px;
}
#details .details-con .details-img {
	margin: 0 auto 20px;
	max-width: 1000px;
	max-height: 480px;	
}
#details .details-con .details-img img{
	width: 100%;
	height: 100%;

}
#details .details-text p{
	margin-bottom: 20px;
	text-indent: 2em;
}

@media screen and (max-width: 768px) { 
	#details .details-title h2{
	    font-size: 18px;
	}
#details .details-text img	{width: 100%;
	}
	
}

